home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / evolution / 2.26 / plugins / org-gnome-mail-notification.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  885 b   |  17 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.     <e-plugin type="shlib" location="/usr/lib/evolution/2.26/plugins/liborg-gnome-mail-notification.so" id="org.gnome.evolution.mail_notification" name="Mail Notification">
  4.  
  5.         <description>Generates a D-Bus message or notifies the user with an icon in notification area and a notification message whenever a new message has arrived.</description>
  6.         <author name="Miguel Angel L√≥pez Hern√°ndez" email="miguel@gulev.org.mx"/>
  7.         <author name="Srinivasa Ragavan" email="sragavan@novell.com"/>
  8.  
  9.         <hook class="org.gnome.evolution.mail.events:1.0">
  10.             <event target="folder" id="folder.changed" handle="org_gnome_mail_new_notify" enable="newmail"/>
  11.         </hook>
  12.  
  13.         <hook class="org.gnome.evolution.mail.events:1.0">
  14.             <event target="message" id="message.reading" handle="org_gnome_mail_read_notify"/>
  15.         </hook>
  16.     </e-plugin>
  17. </e-plugin-list>